org.eclipse.vtp.desktop.core.actions.util
Class SectionConstraint

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.actions.util.SectionConstraint

public class SectionConstraint
extends java.lang.Object

Version:
1.0
Author:
Trip

Field Summary
static int AFTER
           
static int BEFORE
           
static int NONE
           
 
Constructor Summary
SectionConstraint(int constraint, java.lang.String location)
           
 
Method Summary
 int getConstraint()
           
 java.lang.String getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

BEFORE

public static final int BEFORE
See Also:
Constant Field Values

AFTER

public static final int AFTER
See Also:
Constant Field Values
Constructor Detail

SectionConstraint

public SectionConstraint(int constraint,
                         java.lang.String location)
Method Detail

getConstraint

public int getConstraint()

getLocation

public java.lang.String getLocation()